home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the mouseCast = 8 then
- unLoad(cast 8)
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- go("loop")
- end if
- end
-
- on exitFrame
- if the movieTime of sprite 5 = the duration of cast 8 then
- go(1)
- else
- go("vid3")
- end if
- end
-